home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- int idSetupWin = -1 ;
- int idSetupOkBtn = -1 ;
- int idSetupCancelBtn = -1 ;
- int idSetupNizimiSBar = -1 ;
- int idSetupKosuriSBar = -1 ;
-
- /* initDataZSETUP:idSetupOkBtn:MJ_DBUTTONL40の呼び出し関数 */
- int SetupOkBtnProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZSETUP:idSetupCancelBtn:MJ_DBUTTONL40の呼び出し関数 */
- int SetupCancelBtnProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZSETUP:idSetupNizimiSBar:MJ_SCRLL40の呼び出し関数 */
- int SetupNizimiSBarProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZSETUP:idSetupKosuriSBar:MJ_SCRLL40の呼び出し関数 */
- int SetupKosuriSBarProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-